home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software2 / Product11 / Setup.exe / MT-3.16-full-en_US / styles.css < prev   
Cascading Style Sheet File  |  2004-09-30  |  18KB  |  1,167 lines

  1. body { 
  2.     margin: 0px;
  3.     margin-bottom: 10px;
  4.     padding: 0px;
  5.     background: #FFF url(images/topnav-bg.gif) repeat-x scroll top left;
  6.     font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  7.     font-size: small;
  8.     color: #333;
  9.     }
  10.  
  11. .body-pop {
  12.     padding: 80px 20px 20px 20px;
  13.     }
  14.  
  15. .body-wrap {
  16.     width: 750px;
  17.     }
  18.  
  19. .body {
  20.     margin: 0px 0px 15px 30px;
  21.     }
  22.  
  23. .body-nav {
  24.     float: left;
  25.     margin: 0px 0px 15px 15px;
  26.     width: 625px;
  27.     }
  28.  
  29. hr {
  30.     border: 0px;
  31.     height: 1px;
  32.     background-color: #C3CFDB;
  33.     color: #C3CFDB;
  34.     width: 100%;
  35.     margin-top: 10px;
  36.     margin-bottom: 10px;
  37.     }
  38.  
  39. img {
  40.     border: 0;
  41.     }
  42.  
  43. h2#breadcrumbs {
  44.     padding-bottom: 3px;
  45.     border-bottom: 1px solid #8FAEBE;
  46.     font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  47.     font-size: 11px;
  48.     font-weight: bold;
  49.     margin-top: 0px;
  50.     color: #333;
  51.     }
  52.  
  53. h2#breadcrumbs a {
  54.     font-weight: bold;
  55.     text-decoration: none;
  56.     }
  57.  
  58. h2 {
  59.     color: #93B06B;
  60.     font-size: medium;
  61.     margin-bottom: 10px;
  62.     font-weight: bold;
  63.     }
  64.  
  65. h4 {
  66.     font-size: small;
  67.     margin-bottom: 5px;
  68.     }
  69.  
  70. h4.tight {
  71.     margin: 0px;
  72.     }
  73.  
  74. h5 {
  75.     font-size: 11px;
  76.     margin-bottom: 5px;
  77.     }
  78.  
  79. .box {
  80.     border: 1px solid #8FAEBE;
  81.     margin-bottom: 15px;
  82.     }
  83.  
  84. .box h4 {
  85.     font-size: 11px;
  86.     font-weight: bold;
  87.     text-transform: uppercase;
  88.     letter-spacing: .1em;
  89.     color: #FFF;
  90.     background-color: #8FAEBE;
  91.     padding: 5px 10px 5px 10px;
  92.     margin: 0px;
  93.     }
  94.  
  95. .box .inner {
  96.     padding: 0px 10px 0px 10px;
  97.     }
  98.  
  99. .box p {
  100.     margin: 10px 0px 10px 0px;
  101.     }
  102.  
  103. .box ul {
  104.     margin: 10px 0px 10px 0px;
  105.     padding: 0px;
  106.     }
  107.  
  108. .box li {
  109.     font-size: 11px;
  110.     list-style-type: none;
  111.     padding: 0px;
  112.     margin: 5px 0px 5px 0px;
  113.     }
  114.  
  115. .box .list {
  116.     margin: 10px 0px 10px 0px;
  117.     padding: 0px;
  118.     }
  119.  
  120. .news-box {
  121.     border: 1px solid #9C6;
  122.     margin-bottom: 15px;
  123.     }
  124.  
  125. .news-box h4 {
  126.     font-size: 11px;
  127.     font-weight: bold;
  128.     text-transform: uppercase;
  129.     letter-spacing: .1em;
  130.     color: #FFF;
  131.     background-color: #9C6;
  132.     padding: 5px 10px 5px 10px;
  133.     margin: 0px;
  134.     }
  135.  
  136. .news-box h4 a:link, .news-box h4 a:visited,
  137. .news-box h4 a:active, .news-box h4 a:hover {
  138.     color: #FFF;
  139.     }
  140.  
  141. .news-box .inner {
  142.     padding: 0px 10px 0px 10px;
  143.     }
  144.  
  145. .news-box p {
  146.     margin: 10px 0px 10px 0px;
  147.     }
  148.  
  149. .news-box ul {
  150.     margin: 10px 0px 10px 0px;
  151.     padding: 0px;
  152.     }
  153.  
  154. .news-box li {
  155.     font-size: 11px;
  156.     list-style-type: none;
  157.     padding: 0px;
  158.     margin: 5px 0px 5px 60px;
  159.     text-indent: -60px;
  160.     }
  161.  
  162. .news-box .list {
  163.     margin: 10px 0px 10px 0px;
  164.     padding: 0px;
  165.     }
  166.  
  167. a {
  168.     text-decoration: underline;
  169.     font-weight: bold;
  170.     }
  171.  
  172. a.help {
  173.     padding: 1px 4px 0px 4px;
  174.     border: 1px #3F658C solid;
  175.     color: #3F658C;
  176.     text-decoration: none;
  177.     font-size: 10px;
  178.     }
  179.  
  180. a:link, a:visited {
  181.     color: #3F658C;
  182.     }
  183.  
  184. a:active, a:hover {
  185.     color: #996;
  186.     }
  187.  
  188. .author-approve {
  189.     background-color: #090;
  190.     }
  191.  
  192. .author-reject {
  193.     background-color: #C00;
  194.     }
  195.  
  196. .author-approve:link, .author-approve:visited,
  197. .author-approve:active, .author-approve:hover,
  198. .author-reject:link, .author-reject:visited,
  199. .author-reject:active, .author-reject:hover {
  200.     color: #FFF;
  201.     text-decoration: none;
  202.     text-transform: uppercase;
  203.     font-size: xx-small;
  204.     padding: 2px;
  205.     font-weight: bold;
  206.     }
  207.  
  208. p {
  209.     font-size: 11px;
  210.     line-height: 130%;
  211.     margin: 10px 0px 10px 0px;
  212.     }
  213.  
  214. p.tight-bottom {
  215.     margin-bottom: 0px;
  216.     }
  217.  
  218. #topnav-container {
  219.     position: relative;
  220.     height: 86px;
  221.     width: 750px;
  222.     }
  223.  
  224. #topnav-img {
  225.     position: absolute;
  226.     top: 0px;
  227.     left: 0px;
  228.     }
  229.  
  230. #topnav-img h1 {
  231.     margin: 0px;
  232.     padding: 0px;
  233.     }
  234.  
  235. #topnav-links {
  236.     position: absolute;
  237.     top: 20px;
  238.     left: 230px;
  239.     width: 520px;
  240.     text-transform: uppercase;
  241.     font-size: 10px;
  242.     font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  243.     color: #FFF;
  244.     letter-spacing: .1em;
  245.     }
  246.  
  247. #topnav-links a:link, #topnav-links a:visited,
  248. #topnav-links a:active, #topnav-links a:hover {
  249.     text-decoration: underline;
  250.     color: #FFF;
  251.     }
  252.  
  253. #topnav-links #topnav-links-left {
  254.     float: left;
  255.     }
  256.  
  257. #topnav-links #topnav-links-right {
  258.     float: right;
  259.     font-weight: bold;
  260.     }
  261.  
  262. #topnav-links-right a:link, #topnav-links-right a:visited,
  263. #topnav-links-right a:active, #topnav-links-right a:hover {
  264.     text-transform: none;
  265.     }
  266.  
  267. #topnav-blogs {
  268.     position: absolute;
  269.     top: 45px;
  270.     left: 230px;
  271.     }
  272.  
  273. #topnav form {
  274.     margin: 0px;
  275.     padding: 0px;
  276.     }
  277.  
  278. #topnav input {
  279.     margin: 0px;
  280.     font-size: 10px;
  281.     }
  282.  
  283. #topnav select {
  284.     width: 150px;
  285.     font-size: 10px;
  286.     }
  287.  
  288. #nav {
  289.     width: 110px;
  290.     float: left;
  291.     }
  292.  
  293. #nav ul {
  294.     padding: 0px;
  295.     margin: 0px;
  296.     }
  297.  
  298. #nav li {
  299.     list-style-type: none;
  300.     }
  301.  
  302. .top li {
  303.     background-color: #8FAEBE;
  304.     color: #FFF;
  305.     font-size: 11px;
  306.     font-weight: bold;
  307.     font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  308.     line-height: 100%;
  309.     padding: 2px 5px 1px 5px;
  310.     margin: 0px;
  311.     }
  312.  
  313. .sub li {
  314.     margin: 0px -5px 0px -5px;
  315.     padding: 0px;
  316.     line-height: 150%;
  317.     font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
  318.     letter-spacing: 0em;
  319.     }
  320.  
  321. .sub a {
  322.     background-repeat: no-repeat;
  323.     display: block;
  324.     border-right: 1px solid #8FAEBE;
  325.     border-bottom: 1px solid #8FAEBE;
  326.     border-top: 1px solid #FFF;
  327.     padding: 3px 5px 3px 24px;
  328.     color: #333;
  329.     text-decoration: none;
  330.     text-transform: uppercase;
  331.     font-size: xx-small;
  332.     line-height: 16px;
  333.     background-position: 2px 3px;
  334.     width: 110px;
  335.     voice-family: "\"}\""; 
  336.     voice-family:inherit;
  337.     width: 80px;
  338.     }
  339. html>body .sub a {
  340.     width: 80px;
  341.     }
  342.  
  343. .sub a:link, .sub a:visited, .sub a:active {
  344.     background-color: #FFF;
  345.     }
  346.  
  347. .sub a:hover {
  348.     background-color: #EAF2FF;
  349.     }
  350.  
  351. .sub a.here:link, .sub a.here:visited, .sub a.here:active {
  352.     background-color: #EAF2FF;
  353.     }
  354.  
  355. .sub a#nav-new-entry { background-image: url(images/nav-new-entry.gif); }
  356. .sub a#nav-entries { background-image: url(images/nav-entries.gif); }
  357. .sub a#nav-upload { background-image: url(images/nav-upload.gif); }
  358. .sub a#nav-comments { background-image: url(images/nav-comments.gif); }
  359. .sub a#nav-trackbacks { background-image: url(images/nav-trackbacks.gif); }
  360. .sub a#nav-templates { background-image: url(images/nav-templates.gif); }
  361. .sub a#nav-categories { background-image: url(images/nav-categories.gif); }
  362. .sub a#nav-notifications { background-image: url(images/nav-notifications.gif); }
  363. .sub a#nav-commenters { background-image: url(images/nav-commenters.gif); }
  364. .sub a#nav-config { background-image: url(images/nav-config.gif); }
  365. .sub a#nav-search { background-image: url(images/nav-search.gif); }
  366. .sub a#nav-import { background-image: url(images/nav-import.gif); }
  367. .sub a#nav-rebuild { background-image: url(images/nav-rebuild.gif); }
  368. .sub a#nav-view-site { background-image: url(images/nav-view-site.gif); }
  369.  
  370. /* Table styles */
  371.  
  372. .list {
  373.     padding-bottom: 10px;
  374.     }
  375.  
  376. .list table {
  377.     font-size: 11px;
  378.     padding: 0px;
  379.     border-collapse: collapse;
  380.     width: 100%;
  381.     }
  382.  
  383. .list table th {
  384.     background-color: #8FAEBE;
  385.     color: #FFF;
  386.     vertical-align: top;
  387.     text-align: left;
  388.     font-weight: normal;
  389.     padding: 2px 5px 2px 5px;
  390.     border-bottom: 3px solid #FFF;
  391.     }
  392.  
  393. .list table th.remove {
  394.     border-right: 1px solid #FFF;
  395.     }
  396.  
  397. .list table tr.odd {
  398.     background-color: #EAF2FF;
  399.     }
  400.  
  401. .list table tr.even {
  402.     background-color: #FFF:
  403.     }
  404.  
  405. .list table td {
  406.     padding: 5px;
  407.     vertical-align: top;
  408.     }
  409.  
  410. .list table td.gray {
  411.     background-color: #EEE;
  412.     }
  413.  
  414. .list table td.remove {
  415.     border-right: 1px solid #FFF;
  416.     }
  417.  
  418. .list table td input {
  419.     margin: 0px;
  420.     }
  421.  
  422. .tip {
  423.     font-size: xx-small;
  424.     font-family: Verdana, Arial, sans-serif;
  425.     color: #666;
  426.     }
  427.  
  428. #copyright {
  429.     background: #FFF;
  430.     font-family: Verdana, Arial, sans-serif;
  431.     font-size: xx-small;
  432.     color: #666;
  433.     border-top: 1px dotted #CCC;
  434.     border-bottom: 1px dotted #CCC;    
  435.     margin: 50px 0px 0px 0px;
  436.     padding-left: 30px;
  437.     }
  438.  
  439. form.inline {
  440.     display: inline;
  441.     }
  442.  
  443. .field {
  444.     margin-bottom: 10px;
  445.     }
  446.  
  447. .field h4 {
  448.     font-size: small;
  449.     margin: 0px;
  450.     }
  451.  
  452. .field p {
  453.     font-size: x-small;
  454.     margin: 0px;
  455.     }
  456.  
  457. h4.blue-bar {
  458.     background-color: #8199A4;
  459.     color: #FFF;
  460.     padding: 3px;
  461.     font-size: small;
  462.     }
  463.  
  464. label.bold {
  465.     font-weight: bold;
  466.     }
  467.  
  468. #leftcol-full {
  469.     float: left;
  470.     width: 340px;
  471.     }
  472.  
  473. #rightcol-full {
  474.     margin-left: 360px;
  475.     width: 340px;
  476.     }
  477.  
  478. #leftcol-main {
  479.     width: 385px;
  480.     }
  481.  
  482. #rightcol-notes {
  483.     float: right;
  484.     margin-left: 20px;
  485.     width: 217px;
  486.     }
  487.  
  488. img.align-middle {
  489.     vertical-align: middle;
  490.     }
  491.  
  492. .message {
  493.     font-family: Verdana, Arial, sans-serif;
  494.     font-size: x-small;
  495.     color: #666;
  496.     line-height: 13px;
  497.     font-weight: bold;
  498.     margin: 0px 0px 10px 0px;
  499.     border: 1px #6C3 solid;
  500.     background: #FFD;
  501.     padding: 10px;
  502.     }
  503.  
  504. .message input {
  505.     font-size: x-small;
  506.     }
  507.  
  508. .error-message {
  509.     font-family: Verdana, Arial, sans-serif;
  510.     font-size: x-small;
  511.     color: #666;
  512.     line-height: 13px;
  513.     font-weight: bold;
  514.     margin: 0px 0px 10px 0px;
  515.     border: 1px #D44 solid;
  516.     background: #FEE;
  517.     padding: 10px;
  518.     }
  519.  
  520. .error-message input {
  521.     font-size: x-small;
  522.     }
  523.  
  524. li {
  525.     font-size: x-small;
  526.     margin: 6px 0px 0px 0px; 
  527.     line-height:14px;
  528.     }
  529.  
  530. .padded-box {
  531.     padding: 10px;
  532.     margin: 50px;
  533.     text-align: center;
  534.     }
  535.  
  536. .leftcol {
  537.     float: left;
  538.     }
  539.  
  540. .rightcol {
  541.     float: right;
  542.     }
  543.  
  544. #filters {
  545.     margin-bottom: 15px;
  546.     border-width: 1px 0;
  547.     border-color: #C5CCD6;
  548.     border-style: solid;
  549.     padding: 10px;
  550.     font-size: 10px;
  551.     background-color: #F0F2F5;
  552.     }
  553.  
  554. #filters form {
  555.     margin: 0px;
  556.     }
  557.  
  558. #filters select {
  559.     font-size: 10px;
  560.     }
  561.  
  562. #filters input {
  563.     font-size: 10px;
  564.     }
  565.  
  566. /* tmpl/cms/list_blog.tmpl */
  567.  
  568. #list-blog #leftcol-full {
  569.     width: 465px;
  570.     }
  571.  
  572. #list-blog #rightcol-full {
  573.     float: right;
  574.     margin-left: 20px;
  575.     width: 235px;
  576.     }
  577.  
  578. #list-blog .blog-loop {
  579.     margin: 0px 0px 20px 0px;
  580.     }
  581.  
  582. #list-blog .blog-loop h3 {
  583.     font-size: 11px;
  584.     font-weight: bold;
  585.     text-transform: uppercase;
  586.     letter-spacing: .1em;
  587.     color: #FFF;
  588.     background-color: #8FAEBE;
  589.     padding: 5px 10px 5px 10px;
  590.     margin: 0px 0px 10px 0px;
  591.     }
  592.  
  593. #list-blog .blog-item {
  594.     margin: 0px 0px 0px 10px;
  595.     }
  596.  
  597. #list-blog .blog-info {
  598.     float: left;
  599.     width: 335px;
  600.     }
  601.  
  602. #list-blog .blog-info h4 {
  603.     font-size: 14px;
  604.     margin: 0px;
  605.     }
  606.  
  607. #list-blog .blog-info h4.plugin {
  608.     font-size: 12px;
  609.     }
  610.  
  611. #list-blog .blog-info p {
  612.     margin: 3px 0px 3px 0px;
  613.     }
  614.  
  615. #list-blog .blog-info hr {
  616.     margin: 10px 0px 3px 0px;
  617.     }
  618.  
  619. #list-blog .shortcuts {
  620.     float: left;
  621.     width: 90px;
  622.     margin-left: 20px;
  623.     }
  624.  
  625. #list-blog .shortcuts ul {
  626.     padding: 0px;
  627.     margin: 0px;
  628.     }
  629.  
  630. #list-blog .shortcuts li {
  631.     list-style-type: none;
  632.     padding: 0px;
  633.     margin: 0px;
  634.     font-size: 10px;
  635.     }
  636.  
  637. #list-blog .shortcuts li.top {
  638.     margin-bottom: 2px;
  639.     border-width: 0px 0px 1px 0px;
  640.     border-color: #C3CFDB;
  641.     border-style: solid;
  642.     padding-bottom: 4px;
  643.     }
  644.  
  645. #list-blog .shortcuts li.bottom {
  646.     margin-top: 4px;
  647.     border-width: 1px 0px 0px 0px;
  648.     border-color: #C3CFDB;
  649.     border-style: solid;
  650.     padding-top: 2px;
  651.     }
  652.  
  653. #list-blog .shortcuts img {
  654.     margin-right: 5px;
  655.     vertical-align: bottom;
  656.     margin-bottom: 2px;
  657.     }
  658.  
  659. #list-blog .shortcuts a:link,
  660. #list-blog .shortcuts a:visited {
  661.     color: #999;
  662.     text-decoration: underline;
  663.     font-weight: normal;
  664.     }
  665.  
  666. #list-blog .shortcuts li.top a:link,
  667. #list-blog .shortcuts li.top a:visited {
  668.     color: #666;
  669.     font-weight: bold;
  670.     }
  671.  
  672. #list-blog .icon {
  673.     float: left;
  674.     width: 35px;
  675.     text-align: center;
  676.     }
  677.  
  678. #list-blog .label {
  679.     width: 175px;
  680.     margin-left: 35px;
  681.     font-size: 11px;
  682.     }
  683.  
  684. #list-blog .field {
  685.     margin: 0px;
  686.     }
  687.  
  688. /* tmpl/cms/list_comment.tmpl */
  689.  
  690. #list-comment .approved {
  691.     color: #090;
  692.     }
  693.  
  694. #list-comment .pending {
  695.     color: #F90;
  696.     }
  697.  
  698. #list-comment .banned {
  699.     color: #900;
  700.     }
  701.  
  702. #list-comment td.status {
  703.     font-size: 10px;
  704.     text-align: center;
  705.     vertical-align: middle;
  706.     }
  707.  
  708. #list-comment th.commenter {
  709.     background-color: #7495A7;
  710.     }
  711.  
  712. #list-comment tr.odd td.commenter {
  713.     background-color: #D9E5F4;
  714.     }
  715.  
  716. #list-comment tr.even td.commenter {
  717.     background-color: #EDF2F4;
  718.     }
  719.  
  720. #list-comment .comment-status-button {
  721.     margin-top: 2px;
  722.     border-width: 1px;
  723.     border-color: #C5CCD6 #A7B2C2 #A7B2C2 #C5CCD6;
  724.     border-style: solid;
  725.     padding: 1px;
  726.     background-color: #F0F2F5;
  727.     text-align: center;
  728.     }
  729.  
  730. #list-comment .comment-status-button a {
  731.     font-size: 10px;
  732.     color: #333;
  733.     font-weight: normal;
  734.     text-decoration: none;
  735.     display: block;
  736.     }
  737.  
  738. /* tmpl/cms/list_commenters.tmpl */
  739.  
  740. #list-commenters .approved {
  741.     color: #090;
  742.     }
  743.  
  744. #list-commenters .pending {
  745.     color: #F90;
  746.     }
  747.  
  748. #list-commenters .banned {
  749.     color: #900;
  750.     }
  751.  
  752. #list-commenters td.status {
  753.     font-size: 10px;
  754.     text-align: center;
  755.     vertical-align: middle;
  756.     }
  757.  
  758. #list-commenters .comment-status-button {
  759.     margin-bottom: 2px;
  760.     border-width: 1px;
  761.     border-color: #C5CCD6 #A7B2C2 #A7B2C2 #C5CCD6;
  762.     border-style: solid;
  763.     padding: 1px;
  764.     background-color: #F0F2F5;
  765.     text-align: center;
  766.     }
  767.  
  768. #list-commenters .comment-status-button a {
  769.     font-size: 10px;
  770.     color: #333;
  771.     font-weight: normal;
  772.     text-decoration: none;
  773.     display: block;
  774.     }
  775.  
  776. /* tmpl/cms/list_template.tmpl */
  777.  
  778. #list-template h3 {
  779.     border-bottom: 1px solid #333;
  780.     }
  781.  
  782. #list-template form {
  783.     margin: 0;
  784.     }
  785.  
  786. #list-template .leftcol {
  787.     width: 300px;
  788.     }
  789.  
  790. #list-template .leftcol p {
  791.     margin-top: 0;
  792.     }
  793.  
  794. #list-template .rightcol {
  795.     width: 300px;
  796.     }
  797.  
  798. #list-template .fieldset-label {
  799.     margin: 0 0 1px 0;
  800.     }
  801.  
  802. #list-template .build-options {
  803.     border: 1px #CCC solid;
  804.     padding: 0 10px 10px 10px;
  805.     }
  806.  
  807. #list-template .build-options p {
  808.     margin-bottom: 5px;
  809.     }
  810.  
  811. /* tmpl/cms/edit_template.tmpl */
  812.  
  813. #edit-template form {
  814.     margin: 0;
  815.     }
  816.  
  817. #edit-template .leftcol {
  818.     width: 300px;
  819.     }
  820.  
  821. #edit-template .leftcol p {
  822.     margin-top: 0;
  823.     }
  824.  
  825. #edit-template .rightcol {
  826.     width: 300px;
  827.     }
  828.  
  829. #edit-template .fieldset-label {
  830.     margin: 0 0 1px 0;
  831.     }
  832.  
  833. #edit-template .build-options {
  834.     border: 1px #CCC solid;
  835.     padding: 0 10px;
  836.     }
  837.  
  838. #edit-template .build-field {
  839.     float: left;
  840.     }
  841.  
  842. #edit-template .build-item {
  843.     margin: 10px 0;
  844.     }
  845.  
  846. #edit-template .build-item p {
  847.     margin: 0 0 0 25px;
  848.     padding: 2px 0 0 0;
  849.     }
  850.  
  851. #edit-template input.wide {
  852.     width: 300px;
  853.     }
  854.  
  855. #edit-template textarea.wide {
  856.     width: 618px;
  857.     }
  858.  
  859. /* tmpl/cms/edit_categories.tmpl */
  860.  
  861. #edit-categories tr.create-row {
  862.     background-color: #BFE5BF;
  863.     display: none;
  864.     }
  865.  
  866. #edit-categories tr.create-row input {
  867.     font-size: 10px;
  868.     }
  869.  
  870. #edit-categories tr.move-row {
  871.     display: none;
  872.     }
  873.  
  874. #edit-categories th.move-col,
  875. #edit-categories td.move-col {
  876.     display: none;
  877.     }
  878.  
  879. #edit-categories .list img {
  880.     vertical-align: -1px;
  881.     }
  882.  
  883. #edit-categories .list img.expcol {
  884.     padding-right: 5px;
  885.     }
  886.  
  887. /* tmpl/cms/edit_blog.tmpl */
  888.  
  889. #edit-blog table.prefs {
  890.     margin-bottom: 10px;
  891.     }
  892.  
  893. #edit-blog table.prefs td {
  894.     vertical-align: top;
  895.     border-style: solid;
  896.     border-width: 0px 0px 1px 0px;
  897.     border-color: #C3CFDB;
  898.     padding: 10px 10px 10px 0px;
  899.     }
  900.  
  901. #edit-blog table.prefs td.label {
  902.     width: 130px;
  903.     text-align: right;
  904.     }
  905.  
  906. #edit-blog table.prefs td.field {
  907.     width: 222px;
  908.     }
  909.  
  910. #edit-blog table.prefs td.help {
  911.     padding-right: 0px;
  912.     }
  913.  
  914. #edit-blog table.prefs td h4 {
  915.     margin: 0px;
  916.     }
  917.  
  918. #edit-blog table.prefs td p {
  919.     margin: 0px;
  920.     }
  921.  
  922. #edit-blog table.prefs td input {
  923.     width: 220px;
  924.     margin: 0px;
  925.     }
  926.  
  927. #edit-blog table.prefs td select {
  928.     width: 220px;
  929.     margin: 0px;
  930.     }
  931.  
  932. #edit-blog a.help {
  933.     padding: 1px 5px 0px 5px;
  934.     display: block;
  935.     }
  936.  
  937. /* tmpl/cms/cfg_prefs.tmpl */
  938.  
  939. #cfg-prefs h3 {
  940.     margin-top: 40px;
  941.     margin-bottom: 10px;
  942.     border-bottom: 1px solid #333;
  943.     }
  944.  
  945. #cfg-prefs ul {
  946.     padding-left: 15px;
  947.     }
  948.  
  949. #cfg-prefs li {
  950.     margin-top: 0px;
  951.     font-size: 11px;
  952.     line-height: 130%;
  953.     }
  954.  
  955. #cfg-prefs .sub-field {
  956.     display: none;
  957.     margin: 0px 0px 0px 8px;
  958.     border-width: 0px 0px 0px 1px;
  959.     border-color: #CFD9E2;
  960.     border-style: solid;
  961.     padding: 0px 0px 0px 12px;
  962.     }
  963.  
  964. /* tmpl/cms/cfg_archives.tmpl */
  965.  
  966. #cfg-archives .subhead {
  967.     background-color: #EAF2FF;
  968.     }
  969.  
  970. /* tmpl/cms/edit_comment.tmpl */
  971.  
  972. #edit-comment #add-link {
  973.     text-align: right;
  974.     font-size: xx-small;
  975.     margin: 5px 0px 5px 0px;
  976.     }
  977.  
  978. #edit-comment h3.pending {
  979.     color: #FFF;
  980.     text-align: center;
  981.     letter-spacing: .3em;
  982.     background-color: #FC3;
  983.     padding: 5px;
  984.     text-transform: uppercase;
  985.     font-size: x-small;
  986.     }
  987.  
  988. #edit-comment .label {
  989.     text-align: right;
  990.     vertical-align: middle;
  991.     font-weight: bold;
  992.     }
  993.  
  994. #edit-comment .filter {
  995.     font-size: x-small;
  996.     }
  997.  
  998. #edit-comment .list {
  999.     padding-bottom: 0px;
  1000.     }
  1001.  
  1002. #edit-comment .list table tr {
  1003.     border-width: 0px 0px 1px 0px;
  1004.     border-color: #C3CFDB;
  1005.     border-style: solid;
  1006.     }
  1007.  
  1008. #edit-comment .list table td {
  1009.     padding: 10px;
  1010.     }
  1011.  
  1012. #edit-comment hr {
  1013.     margin: 0px;
  1014.     background-color: #C3CFDB;
  1015.     color: #C3CFDB;
  1016.     }
  1017.  
  1018. /* tmpl/cms/edit_permissions.tmpl */
  1019.  
  1020. #edit-permissions ul {
  1021.     list-style-type: none;
  1022.     padding: 0px;
  1023.     }
  1024.  
  1025. #edit-permissions li {
  1026.     font-size: 11px;
  1027.     }
  1028.  
  1029. #edit-permissions li input {
  1030.     vertical-align: middle;
  1031.     }
  1032.  
  1033. /* tmpl/cms/edit_entry.tmpl */
  1034.  
  1035. #edit-entry .entry-nav {
  1036.     float: left;
  1037.     font-size: x-small;
  1038.     margin: 0px 0px 5px 0px;
  1039.     }
  1040.  
  1041. #edit-entry .view-entry {
  1042.     float: right;
  1043.     font-size: x-small;
  1044.     margin: 0px 0px 5px 0px;
  1045.     }
  1046.  
  1047. #edit-entry #button-bar {
  1048.     margin: 1px 0;
  1049.     background-color: #8FAEBE;
  1050.     text-align: center;
  1051.     padding: 5px;
  1052.     }
  1053.  
  1054. #edit-entry #title-box {
  1055.     border-width: 1px 1px 0 1px;
  1056.     border-color: #8FAEBE;
  1057.     border-style: solid;
  1058.     background-color: #EAF2FF;
  1059.     padding: 15px 20px 20px 20px;
  1060.     }
  1061.  
  1062. #edit-entry #title-field {
  1063.     width: 300px;
  1064.     }
  1065.  
  1066. #edit-entry #title-field input {
  1067.     width: 300px;
  1068.     }
  1069.  
  1070. #edit-entry #status-field {
  1071.     margin-left: 320px;
  1072.     width: 257px;
  1073.     }
  1074.  
  1075. #edit-entry #status-field select {
  1076.     width: 257px;
  1077.     }
  1078.  
  1079. #edit-entry #body-box {
  1080.     border-width: 1px;
  1081.     border-color: #8FAEBE;
  1082.     border-style: solid;
  1083.     background-color: #F5F9FF;
  1084.     padding: 15px 20px;
  1085.     }
  1086.  
  1087. #edit-entry label {
  1088.     font-weight: bold;
  1089.     }
  1090.  
  1091. #edit-entry textarea.full-width {
  1092.     width: 577px;
  1093.     }
  1094.  
  1095. #edit-entry #settings-box {
  1096.     border-width: 0 1px 1px 1px;
  1097.     border-color: #8FAEBE;
  1098.     border-style: solid;
  1099.     background-color: #EAF2FF;
  1100.     }
  1101.  
  1102. #edit-entry #status-box {
  1103.     float: left;
  1104.     width: 160px;
  1105.     padding: 10px 10px 10px 20px;
  1106.     }
  1107.  
  1108. #edit-entry #assign-multiple {
  1109.     font-size: 10px;
  1110.     }
  1111.  
  1112. #edit-entry #comments-box {
  1113.     float: left;
  1114.     width: 160px;
  1115.     padding: 10px;
  1116.     }
  1117.  
  1118. #edit-entry #trackback-box {
  1119.     margin-left: 400px;
  1120.     width: 190px;
  1121.     padding: 10px;
  1122.     }
  1123.  
  1124. #edit-entry .field {
  1125.     margin-bottom: 10px;
  1126.     }
  1127.  
  1128. #edit-entry #manage-comments {
  1129.     float: left;
  1130.     width: 300px;
  1131.     border-right: 1px solid #C3CFDB;
  1132.     padding-right: 10px;
  1133.     }
  1134.  
  1135. #edit-entry #manage-comments h4, #edit-entry #manage-trackbacks h4 {
  1136.     font-size: small;
  1137.     margin: 0px;
  1138.     }
  1139.  
  1140. #edit-entry #manage-trackbacks {
  1141.     width: 300px;
  1142.     margin-left: 320px;
  1143.     }
  1144.  
  1145. #edit-entry .field-header {
  1146.     width: 580px;
  1147.     height: 18px;
  1148.     position: relative;
  1149.     }
  1150.  
  1151. #edit-entry .field-label {
  1152.     position: absolute;
  1153.     bottom: 0px;
  1154.     left: 0px;
  1155.     }
  1156.  
  1157. #edit-entry .field-buttons {
  1158.     position: absolute;
  1159.     bottom: 0px;
  1160.     right: 0px;
  1161.     }
  1162.  
  1163. #edit-entry .field-buttons img {
  1164.     margin: 0px 0px 0px 3px;
  1165.     }
  1166.  
  1167.